home *** CD-ROM | disk | FTP | other *** search
- //
- // Script with car definition
- //
- // This file is included by Data\Logic\%Game Mode%\Cars.scr which includes Data\Logic\Common\Car.def
- // so it can use keywords declared in Car.def
- //
- Car( "WTC1" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC1")
- SkinMenu("WTC1_MENU")
- SkinGhost("WTC1_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e_pow")
- }
-
- Car( "WTC2" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC2")
- SkinMenu("WTC2_MENU")
- SkinGhost("WTC2_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
- Car( "WTC3" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC3")
- SkinMenu("WTC3_MENU")
- SkinGhost("WTC3_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
- Car( "WTC4" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC4")
- SkinMenu("WTC4_MENU")
- SkinGhost("WTC4_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
- Car( "WTC5" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC5")
- SkinMenu("WTC5_MENU")
- SkinGhost("WTC5_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
- Car( "WTC6" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC6")
- SkinMenu("WTC6_MENU")
- SkinGhost("WTC6_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
- Car( "WTC7" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC7")
- SkinMenu("WTC7_MENU")
- SkinGhost("WTC7_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
- Car( "WTC8" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC8")
- SkinMenu("WTC8_MENU")
- SkinGhost("WTC8_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
- Car( "WTC9" )
- {
-
- !include("model.scr")
-
- SkinNormal("WTC9")
- SkinMenu("WTC9_MENU")
- SkinGhost("WTC9_GHOST")
-
- SetParam("m_sCarSoundSet", "v6e")
- }
-
-
-